home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / _IE_VersionInfo.au3 < prev    next >
Text File  |  2007-09-08  |  306b  |  7 lines

  1. ; *******************************************************
  2. ; Example 1 - Retrieve and display IE.au3 version information
  3. ; *******************************************************
  4. ;
  5. #include <IE.au3>
  6. $aVersion = _IE_VersionInfo ()
  7. MsgBox(0, "IE.au3 Version", $aVersion[5] & " released " & $aVersion[4])